home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 696 / memsnap / memsnap.doc < prev    next >
Text File  |  1995-03-18  |  2KB  |  54 lines

  1.  
  2.     MemSnap version 1.0 (3/92)
  3.     --------------------------
  4.  
  5.     Nothing new here, this is based upon a program called Memeter that
  6.     I often used under 1.3, but that program crashed under my ZKicked 2.0,
  7.     so I've written this to fill the gap. This only runs under 2.0.
  8.  
  9.     It's use (apart from telling you free memory) is to indicate what
  10.     memory a program uses, and whether it frees all its memory.
  11.  
  12.     It can be started from Workbench or CLI, and takes no arguments.
  13.     It opens up a window with three columns, showing chip, fast and total
  14.     memory.
  15.  
  16.     Under "Current" is the current amount of free memory.
  17.     Under "Snapshot" is memory available at time of snapshot.
  18.     Under "Used" is memory used since snapshot, ie. snapshot - used.
  19.  
  20.     To snapshot memory, click anywhere on the line containing the
  21.     column headings.
  22.  
  23.     Quick example:
  24.         Start memsnap.
  25.         Open drawer containing clock and snapshot current memory.
  26.         Start Clock program.
  27.             ...    on my system it uses about 43K
  28.         Close down clock program.
  29.         See if "used" column is empty ( => nothing used since snapshot).
  30.  
  31.     Other features:
  32.         *    Iconifies with zoom gadget.
  33.         *    Uses screen font as set in preferences (and so hopefully copes
  34.          with all fonts). Proportional fonts may or may not look right.
  35.         *    Has a version string (wow!).
  36.         *    It's small, FREE, and comes with it's C source.
  37.  
  38.     This is my first attempt at OS2-friendly programming. Thanks to
  39.     author of the original memeter, WallyWare(!?).
  40.  
  41.     You can pass on bug-reports, praise etc. to me by email at
  42.  
  43.         mws@castle.ed.ac.uk
  44.  
  45.     or by postal mail at
  46.  
  47.         Martin W. Scott
  48.         23 Drum Brae North
  49.         Edinburgh
  50.         EH4 8AT
  51.         United Kingdom
  52.  
  53.     Enjoy.
  54.